this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-action)!: Update actions/checkout action ( v4 → v5 ) (#2282)

| datasource | package | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v4 | v5 |

Co-authored-by: samip5-bot[bot] <118629685+samip5-bot[bot]@users.noreply.github.com>

authored by

samip5-bot[bot]
samip5-bot[bot]
and committed by
GitHub
456815a9 34c0630b

+10 -10
+3 -3
.github/workflows/flux-diff.yaml
··· 25 25 private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" 26 26 27 27 - name: Checkout Default Branch 28 - uses: actions/checkout@v4 28 + uses: actions/checkout@v5 29 29 with: 30 30 token: "${{ steps.app-token.outputs.token }}" 31 31 fetch-depth: 0 ··· 64 64 private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" 65 65 66 66 - name: Checkout 67 - uses: actions/checkout@v4 67 + uses: actions/checkout@v5 68 68 with: 69 69 token: "${{ steps.app-token.outputs.token }}" 70 70 path: pull 71 71 72 72 - name: Checkout Default Branch 73 - uses: actions/checkout@v4 73 + uses: actions/checkout@v5 74 74 with: 75 75 token: "${{ steps.app-token.outputs.token }}" 76 76 ref: "${{ github.event.repository.default_branch }}"
+3 -3
.github/workflows/flux-image-test.yaml
··· 25 25 private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" 26 26 27 27 - name: Checkout 28 - uses: actions/checkout@v4 28 + uses: actions/checkout@v5 29 29 with: 30 30 token: "${{ steps.app-token.outputs.token }}" 31 31 fetch-depth: 0 ··· 72 72 run: brew install jo yq 73 73 74 74 - name: Checkout Default Branch 75 - uses: actions/checkout@v4 75 + uses: actions/checkout@v5 76 76 with: 77 77 token: "${{ steps.app-token.outputs.token }}" 78 78 ref: "${{ github.event.repository.default_branch }}" 79 79 path: default 80 80 81 81 - name: Checkout Pull Request Branch 82 - uses: actions/checkout@v4 82 + uses: actions/checkout@v5 83 83 with: 84 84 token: "${{ steps.app-token.outputs.token }}" 85 85 path: pull
+3 -3
.github/workflows/scan-containers.yaml
··· 14 14 name: Detect File Changes 15 15 runs-on: ubuntu-latest 16 16 steps: 17 - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 17 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 18 18 - uses: dorny/paths-filter@v3 19 19 id: filter 20 20 with: ··· 36 36 file: ${{ fromJSON(needs.detect-file-changes.outputs.yaml_files) }} 37 37 steps: 38 38 - name: Checkout 39 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 39 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 40 40 - name: Install Jo 41 41 run: | 42 42 sudo apt-get install jo -y ··· 57 57 fail-fast: false 58 58 steps: 59 59 - name: Checkout 60 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 60 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 61 61 - name: Scan Container 62 62 uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0 63 63 with:
+1 -1
.github/workflows/schedule-renovate.yaml
··· 33 33 runs-on: ubuntu-latest 34 34 steps: 35 35 - name: Checkout 36 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 36 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 37 37 38 38 - name: Generate Token 39 39 uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2