]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Nov 2023 09:39:16 +0000 (09:39 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 1 Nov 2023 12:32:55 +0000 (12:32 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11)

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

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 e7bb76b2e11377a2e47e9b3b41adbeb25d94b1f3..c37cdce609605470f611065fb1af49ad25c8695f 100644 (file)
@@ -33,6 +33,6 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
       - name: Build check
         run: .github/workflows/build_test.sh
index 69970c2f3d43cecc5233f6e84722a4e7a0c2970a..212c56aba9e23f15bae89610adef0247e2007622 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+      uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
index e1dc4de00c7d2501ce15762c248e711ef59aca40..1545d592547800d2c102007bc15c8887665b8ad6 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       COVERITY_SCAN_NOTIFICATION_EMAIL: "${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
       # 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 e16e2cca039dbb5801e77d0533062767d4485017..18c3f25d85a849a4dbd071bdcc1a21fa1be148f6 100644 (file)
@@ -63,7 +63,7 @@ jobs:
             core.exportVariable('pr_number', pr_number);
 
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
         with:
           fetch-depth: 0
 
index 6b85fd207438ee0dc97e30c55b4b4a2cad99e865..7a6d3feb8caed84bab1e55140d887ea9cc884345 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
         with:
           fetch-depth: 0
 
index 406c0b674197075207ead4846838fb52a27945ea..5b3c360d70404ae48335b3f0fdb279e5c94de60c 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
         with:
           fetch-depth: 0
 
index ad70b385e6ae2ccb720f2a9f7da1d0c1a5cc8ae6..d8ba0a5fd255c5b6cf4eb15464786eaf8f2c4145 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         template: [ bug_report.yml, feature_request.yml ]
 
     steps:
-      - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
 
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324
index 7f5f4701d1d3e19c5a98b73dfd2a8cf341bebd53..fd1a7a4994c22faece483b302cd7dffa679c3fde 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repo checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
         with:
           # We need a full repo clone
           fetch-depth: 0
index 5056a49929e1ebf532e643c27bedfc5c52ddf9d8..31fd7fe1c6ae259ab15101443ff3acdcb4c98385 100644 (file)
@@ -75,7 +75,7 @@ jobs:
       SYSTEMD_LOG_LEVEL: debug
 
     steps:
-    - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+    - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
     - uses: systemd/mkosi@16e63baaeadf7a5b100c5b5bf780c61c29878cfc
 
     - name: Configure
index d1f36e10ccce94d3734a0905ad59234738c2a50b..e2a9f2787751e150f473fae1ce66a5788d482498 100644 (file)
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
         with:
           persist-credentials: false
 
index d4db467fc206037ad7a911f75188c401202db550..d2164cc5763ccbbaea5a7d1f75b285f0e68b12cc 100644 (file)
@@ -30,7 +30,7 @@ jobs:
             cryptolib: gcrypt
     steps:
       - name: Repository checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
       - name: Install build dependencies
         run: |
           # Drop XDG_* stuff from /etc/environment, so we don't get the user