Browse Source

chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#3505)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
055f6f1e17

+ 3 - 3
.github/workflows/ci.yml

@@ -46,7 +46,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
 
 
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -72,7 +72,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
 
 
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -100,7 +100,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
 
 
       - name: Fetch History
       - name: Fetch History
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow

+ 1 - 1
.github/workflows/dlc.yml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: "Checkout Code"
       - name: "Checkout Code"
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
 
 
       - name: "Run FOSSA Scan"
       - name: "Run FOSSA Scan"
         uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # main
         uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # main

+ 1 - 1
.github/workflows/docs.yml

@@ -15,7 +15,7 @@ jobs:
     permissions:
     permissions:
       contents: write
       contents: write
     steps:
     steps:
-      - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+      - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -64,7 +64,7 @@ jobs:
 
 
     # Check out merge commit
     # Check out merge commit
     - name: Fork based /ok-to-test-managed checkout
     - name: Fork based /ok-to-test-managed checkout
-      uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
       with:
       with:
         ref: 'refs/pull/${{ env.GITHUB_PR_NUMBER }}/merge'
         ref: 'refs/pull/${{ env.GITHUB_PR_NUMBER }}/merge'
 
 

+ 2 - 2
.github/workflows/e2e.yml

@@ -58,7 +58,7 @@ jobs:
     steps:
     steps:
 
 
     - name: Branch based PR checkout
     - name: Branch based PR checkout
-      uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
 
 
     - name: Fetch History
     - name: Fetch History
       run: git fetch --prune --unshallow
       run: git fetch --prune --unshallow
@@ -77,7 +77,7 @@ jobs:
 
 
     # Check out merge commit
     # Check out merge commit
     - name: Fork based /ok-to-test checkout
     - name: Fork based /ok-to-test checkout
-      uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
       with:
       with:
         ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
         ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
 
 

+ 2 - 2
.github/workflows/helm.yml

@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 
@@ -74,7 +74,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 2 - 2
.github/workflows/publish.yml

@@ -50,7 +50,7 @@ jobs:
     steps:
     steps:
 
 
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           ref: ${{ inputs.ref }}
           ref: ${{ inputs.ref }}
 
 
@@ -140,7 +140,7 @@ jobs:
     needs: build-publish
     needs: build-publish
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
       - name: Sign image
       - name: Sign image
         if: env.IS_FORK == 'false'
         if: env.IS_FORK == 'false'
         uses: ./.github/actions/sign
         uses: ./.github/actions/sign

+ 1 - 1
.github/workflows/rebuild-image.yml

@@ -20,7 +20,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.ref }}
           ref: ${{ github.event.inputs.ref }}

+ 2 - 2
.github/workflows/release.yml

@@ -22,7 +22,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.source_ref }}
           ref: ${{ github.event.inputs.source_ref }}
@@ -71,7 +71,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 1 - 1
.github/workflows/scorecard.yml

@@ -20,7 +20,7 @@ jobs:
 
 
     steps:
     steps:
       - name: "Checkout code"
       - name: "Checkout code"
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           persist-credentials: false
           persist-credentials: false
 
 

+ 2 - 2
.github/workflows/update-deps.yml

@@ -20,7 +20,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.ref }}
           ref: ${{ github.event.inputs.ref }}
@@ -52,7 +52,7 @@ jobs:
       with:
       with:
         app_id: ${{ secrets.APP_ID }}
         app_id: ${{ secrets.APP_ID }}
         private_key: ${{ secrets.PRIVATE_KEY }}
         private_key: ${{ secrets.PRIVATE_KEY }}
-    - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
       with:
       with:
         token: ${{ steps.generate_token.outputs.token }}
         token: ${{ steps.generate_token.outputs.token }}
         ref: ${{ matrix.branch }}
         ref: ${{ matrix.branch }}