]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Bump actions/checkout from 4.2.0 to 4.2.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Nov 2024 22:46:22 +0000 (22:46 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 1 Nov 2024 23:18:00 +0000 (00:18 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683)

---
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/ci.yml
.github/workflows/codeql.yml
.github/workflows/differential-shellcheck.yml

index 4e8be74cc5e0f5e8499004314ad01456276eb68d..7405f72bedcb79b44068b8d8fc88b137fb7edf2d 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
 
       - name: Install
         run: |
@@ -141,7 +141,7 @@ jobs:
             tools: ubuntu
 
     steps:
-      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
       - uses: ./
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 0a73463c9335dad75a9e7b55e45a90ffb6e5e0f9..e306d0b53d91b99eb2e0fc83002c109879bc6356 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+      uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13
index 16319ea9a0e2b971f487cf8b6cf2d3e1123cbc1d..13d951295c9c26ef5969a5032226f90c043bc7de 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
         with:
           fetch-depth: 0