build(deps): bump actions/checkout from 4.1.1 to 4.1.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Mar 2024 16:48:43 +0000 (16:48 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 13 Mar 2024 19:15:20 +0000 (20:15 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)

---
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 95d993ec421fc1cfc982fb3696ce75a35ec38221..9ef233298003bfb918e384b7dd96410675a9220a 100644 (file)
@@ -33,7 +33,7 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       # FIXME: drop once https://github.com/actions/runner-images/issues/9491  is resolved
       - name: Reduce ASLR entropy
         run: sudo sysctl -w vm.mmap_rnd_bits=28
index caf680077206bf737218722da84f884725a9e0ca..3ec8323330ae9bf385b3b16a18373fc724c88ca0 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571
index 1545d592547800d2c102007bc15c8887665b8ad6..91a41b4be80677277d37ad6673790f65a6d8a422 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       COVERITY_SCAN_NOTIFICATION_EMAIL: "${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       # 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 e371e19671fdbfb85985f902ba4619c2eb60dedf..ef4f0b50e98ead584f1bd8f0ccc1f11d7e163ad0 100644 (file)
@@ -63,7 +63,7 @@ jobs:
             core.exportVariable('pr_number', pr_number);
 
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
         with:
           fetch-depth: 0
 
index 01e4a246e91405e0c50bb3ddf96f62ba4aecda0c..3db0e79528ed6494bb0c2d769d3b393970686393 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
         with:
           fetch-depth: 0
 
index cfd1ac1fc0b921cf5a7684c837e9b80a94b61070..68c88fb94bc07e316c1a3c3b9a9ec29aa23a4612 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
         with:
           fetch-depth: 0
 
index 340977c3bd10f416cd58827043ad7c07655e9794..e71153a6b080453958af0145177de7510367a9ec 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         template: [ bug_report.yml, feature_request.yml ]
 
     steps:
-      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+      - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
 
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324
index 559f589dbfaf8884ba62d5ce9a4ffa2a955cfad8..64d0facc741c058f8ad69692cb88e181cc85fdbc 100644 (file)
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - name: Repository checkout
-      uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       if: github.event_name == 'pull_request'
 
     - name: Label PR based on policy in labeler.yml
index fd1a7a4994c22faece483b302cd7dffa679c3fde..8827948e45971630b05ecff9f0addd50aa4c4eaa 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
       - name: Repo checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
         with:
           # We need a full repo clone
           fetch-depth: 0
index 6663dfe0ccd36c835263b839f556f8e25b698698..0c732cd0f4564deb8ece295c6042b23fcee6b256 100644 (file)
@@ -75,7 +75,7 @@ jobs:
       SYSTEMD_LOG_LEVEL: debug
 
     steps:
-    - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
     - uses: systemd/mkosi@ea1b00c3dba12662214b2e95dd1fe837cb13664b
 
     - name: Free disk space
index e2a9f2787751e150f473fae1ce66a5788d482498..d63083357f9f8e418bfbb254ea038cd8a275f1cf 100644 (file)
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
         with:
           persist-credentials: false
 
index 2c0cbba356ec3bb685971610163b92a13e218fa5..9942df6be2cfe40600895afe9449edc7b4ce0cda 100644 (file)
@@ -30,7 +30,7 @@ jobs:
             cryptolib: gcrypt
     steps:
       - name: Repository checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       # FIXME: drop once https://github.com/actions/runner-images/issues/9491  is resolved
       - name: Reduce ASLR entropy
         run: sudo sysctl -w vm.mmap_rnd_bits=28