]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 28997/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Sep 2023 09:22:50 +0000 (09:22 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 2 Sep 2023 19:13:09 +0000 (19:13 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744)

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

Signed-off-by: dependabot[bot] <support@github.com>
.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/linter.yml
.github/workflows/mkosi.yml
.github/workflows/scorecards.yml
.github/workflows/unit_tests.yml

index 93b7f2c2d1ea801a60cf0c77eccf92d7620ec442..16dcd30c082a76947bd12b223eca0055c29d8d80 100644 (file)
@@ -33,6 +33,6 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
       - name: ${{ format('Build check ({0}-{1}-{2}-{3})', env.COMPILER, env.COMPILER_VERSION, env.LINKER, env.CRYPTOLIB) }}
         run: sudo -E .github/workflows/build_test.sh
index c1a64716dbe168b210873b57e131a8448078b3b4..d66dcdc7e89127ebf1cec6a7bada0725de6dd8f0 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+      uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
index e9ba8d8b8697d01f3819be38f7fa586b33c1b5c8..05bf751924d54a8a85404eb8b8efa93b24ed6048 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       COVERITY_SCAN_NOTIFICATION_EMAIL: "${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
       # 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 7566e4dabda2f21c36d3648aab28d27af93525cd..17065b24d27534f48a86c2002f64d9559f834f4e 100644 (file)
@@ -63,7 +63,7 @@ jobs:
             core.exportVariable('pr_number', pr_number);
 
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
         with:
           fetch-depth: 0
 
index 4b40d397a35853a6406a8f9a1766d8e0859aa880..1a3615360591cdda265cf1f2371b5ac386d55ad3 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
         with:
           fetch-depth: 0
 
index 7ec5a8ec0bd7cea4f76c44027f4354ea3054f164..c85795cbb5f1b7d2b659056acb9ca47e9cc11d6d 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
         with:
           fetch-depth: 0
 
index 1530e019843e0f08c0abd257090f62388111e503..e57ac70bcdbd0d161c775d63a20db7d354f371b7 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         template: [ bug_report.yml, feature_request.yml ]
 
     steps:
-      - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+      - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
 
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324
index bf1ba59b4c70d8f6cccaf088faedf5f9d461bd62..d1b363824e5fdadd147871012e264761a676b83a 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repo checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
         with:
           # We need a full repo clone
           fetch-depth: 0
index d5f587f4ad7e5bc00b7157ea109c26be3b45edf7..5d8b3c01176f027862e56469c72ba092a2667da1 100644 (file)
@@ -75,7 +75,7 @@ jobs:
       SYSTEMD_LOG_LEVEL: debug
 
     steps:
-    - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+    - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
     - uses: systemd/mkosi@0af3f8a35c3be0e54b20234be7ab478d25bcc740
 
     - name: Configure
index b668d92368cdeab94fb4ac05b5aa08ce61b12b95..062a95af2faa99107cc943204cfde134f4e98306 100644 (file)
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
         with:
           persist-credentials: false
 
index 98747663eab7f04cf09965badd4ddb79d4cd4a27..051e8ec3bf66a469bbbe218af5375322ca52a814 100644 (file)
@@ -30,7 +30,7 @@ jobs:
             cryptolib: gcrypt
     steps:
       - name: Repository checkout
-        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
       - name: Install build dependencies
         run: |
           # Drop XDG_* stuff from /etc/environment, so we don't get the user