]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jul 2024 09:49:46 +0000 (09:49 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 1 Jul 2024 11:18:45 +0000 (13:18 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332)

---
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 164b3a05422543ddeecef94783bb0f61645b989e..284a2843b23b04d65601170db6ab32390014638f 100644 (file)
@@ -33,6 +33,6 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
       - name: Build check
         run: .github/workflows/build_test.sh
index 0d284f75f13260d25b31b71b048a08fec09564cf..4065cae9e3e97b0bbeb97f880aff5f24c7a71880 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+      uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
index ad7a5d2f4921c4458044b8a43f9670e0f7ea1232..06f4f5f4d72fdd5df8b80ef3b0bff8e03fdc5903 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       COVERITY_SCAN_NOTIFICATION_EMAIL: "${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
       # 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 c2360a35ef8a16c8b17c4ce8b55b214d5c9fbe62..becbbdca4e53af6ef39766bb1432da1f4aa921fb 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           name: Pull Request Metadata
 
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
         with:
           fetch-depth: 0
 
index 244f5d503b689f244462baafca76cbd016556ee4..68c2c720c8cab66f728363c2952381d42d11dc48 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
         with:
           fetch-depth: 0
 
index e4a0caff0397f0754a3a00689e8e0fbbdb07e996..633cca1bc4e1568716c658100c6313805d099ee4 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
       - id: metadata
         name: Gather Pull Request Metadata
index 4bedf0d3f2d5565a515b621cc393eca4c162dfdd..fb26d4f7de187be7807af3283fb7f6279a6a1cdd 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         template: [ bug_report.yml, feature_request.yml ]
 
     steps:
-      - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@1e5bdee70d4b3e066a33aa0669ab782943825f94
index 241b5819aa998586cef15da3466aa4d694b07b67..c2d8abd574292237186ae65f6d2216fd3d7ae728 100644 (file)
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - name: Repository checkout
-      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+      uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
       if: github.event_name == 'pull_request'
 
     - name: Label PR based on policy in labeler.yml
index cf0bc09453fb9b3a2ce00bbd8c5a09b0cb601f52..b66720abb8e9bfa570edcd983a2812bd4c7eb165 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repo checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
         with:
           # We need a full repo clone
           fetch-depth: 0
index 1b2f77c559572f7b7cb59af68cb730c411bd78dc..ac8200ce3779dc63336b37657f3262b18db7f888 100644 (file)
@@ -91,7 +91,7 @@ jobs:
             cflags: "-Og"
 
     steps:
-    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+    - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
     - uses: systemd/mkosi@70aa901697f12182ccaa24e2325867d275479b55
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 44ee6f18b51ec8bd084f1e332adb2d8be2c5f465..c7bd6c4c0e779a25153f31976e9fbae13a083276 100644 (file)
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
         with:
           persist-credentials: false
 
index 895068c2a2a7bbdde9f176fdb937e94d2fc9115d..a83b485eb8c4cf9779c47d91ccf5988f76ddf9bf 100644 (file)
@@ -30,7 +30,7 @@ jobs:
             cryptolib: gcrypt
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
       - name: Install build dependencies
         run: |
           # Drop XDG_* stuff from /etc/environment, so we don't get the user