Skip to content

Commit

Permalink
chore(deps): pin dependencies (#5038)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | pinDigest | -> `11bd719` |
|
[actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token)
| action | pinDigest | -> `c1a2851` |
|
[ghcr.io/allenporter/flux-local](https://redirect.github.com/allenporter/flux-local)
| docker | pinDigest | -> `abf237e` |

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiXX0=-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Jan 22, 2025
1 parent 78b8562 commit e9f3734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flux-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ jobs:
fail-fast: false
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
token: "${{ steps.app-token.outputs.token }}"

- name: Run flux-local test
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0@sha256:abf237e31d20de26f8a4b08e588cc927cb0a9f0ecf90d04bada00f393b919354
with:
args: test --enable-helm --all-namespaces --path /github/workspace/kubernetes/{{ matrix.paths }}/flux/cluster -v

Expand Down

0 comments on commit e9f3734

Please sign in to comment.