]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/checkout from 4.1.2 to 4.1.6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Jun 2024 09:13:51 +0000 (09:13 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Jun 2024 11:04:50 +0000 (13:04 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...a5ac7e51b41094c92402da3b24376905380afc29)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
12 files changed:
.github/workflows/build_test.yml
.github/workflows/codeql.yml
.github/workflows/coverity.yml
.github/workflows/development_freeze.yml
.github/workflows/differential-shellcheck.yml
.github/workflows/gather-pr-metadata.yml
.github/workflows/issue_labeler.yml
.github/workflows/labeler.yml
.github/workflows/linter.yml
.github/workflows/mkosi.yml
.github/workflows/scorecards.yml
.github/workflows/unit_tests.yml

index a6b14dc2350f901e455cb7b937ffa5bbc303a5b7..1fdf39bf561c387b46e7fc13c278e05af9797804 100644 (file)
@@ -33,6 +33,6 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
       - name: Build check
         run: .github/workflows/build_test.sh
index 41429c94dec6f7d2d50fe1acfd79001216300f04..c840b18372744aaf7c7f73e03a6d32df3d0cece9 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
index 91a41b4be80677277d37ad6673790f65a6d8a422..4ac3443c60c50ffa18bfb4f1b5036393f5b122f6 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       COVERITY_SCAN_NOTIFICATION_EMAIL: "${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
       # Reuse the setup phase of the unit test script to avoid code duplication
       - name: Install build dependencies
         run: sudo -E .github/workflows/unit_tests.sh SETUP
index 303f38e27262b6a8f0a0588f68283239ccce1b17..f8a2e6c94c1b0b8eaf6937fed492a542ccb7530a 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           name: Pull Request Metadata
 
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
         with:
           fetch-depth: 0
 
index 3b6a91fda6f6076939067ba92591755da26bb8c3..b41832620aa0627d9b371cc66acd42536bee128a 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
         with:
           fetch-depth: 0
 
index 71a1378ccc9eb2e35818f0464fb8335ae755058c..29b8c578d59902a6b1c04bd19b0004b37e06b9ca 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
 
       - id: metadata
         name: Gather Pull Request Metadata
index 4a2a3740e90261c5bae75e7a5869bd3e5921946d..b30fc80fe5e148254034c882751a6f3eee88e477 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         template: [ bug_report.yml, feature_request.yml ]
 
     steps:
-      - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+      - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
 
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@1e5bdee70d4b3e066a33aa0669ab782943825f94
index a0f89dd32bc203fb6ea45589ca81c5b61baae3b9..dd0933d2f78109df78842fdf29722cf6be67c8ec 100644 (file)
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - name: Repository checkout
-      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
       if: github.event_name == 'pull_request'
 
     - name: Label PR based on policy in labeler.yml
index 8651f4e06c2916cd1ec648e2a18cdb0e7ffed3ac..8c3c622c0bb1d0ffc637daebbc0fc646a8b2f2e1 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repo checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
         with:
           # We need a full repo clone
           fetch-depth: 0
index e4e233b236cd2a694ae5dbe9a833969f38344908..b54f386be1df3e3fec9db2d889b511c9c48f35b1 100644 (file)
@@ -77,7 +77,7 @@ jobs:
             sanitizers: ""
 
     steps:
-    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
     - uses: systemd/mkosi@8770a4e3390a68522f187acbcd33311040563fda
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index d63083357f9f8e418bfbb254ea038cd8a275f1cf..904eeb3984e697713d4adf6a8f8d5c304a15eb57 100644 (file)
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
           persist-credentials: false
 
index 4c398e9eaeb8445b558485d3f49ee2d32474974e..f2857f1d4dcaa287e6518d35659b72395703d67a 100644 (file)
@@ -30,7 +30,7 @@ jobs:
             cryptolib: gcrypt
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
       - name: Install build dependencies
         run: |
           # Drop XDG_* stuff from /etc/environment, so we don't get the user