Skip to content

Commit

Permalink
fix: ensure all actions use exact digest version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 5, 2023
1 parent 92e994d commit 8546bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
packages: write
steps:
- name: Delete untagged container images according to cut-off
uses: snok/container-retention-policy@v2
uses: snok/container-retention-policy@04c70fd030033036d69c0057e0d125bf25820544 # v2.1.2
with:
image-names: ${{ inputs.image-names }}
cut-off: ${{ inputs.cut-off }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
pull-requests: write
steps:
- id: token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.2
with:
app_id: ${{ secrets.STATNETT_BOT_APP_ID }}
private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12
with:
bump-minor-pre-major: ${{ inputs.bump-minor-pre-major }}
release-type: ${{ inputs.release-type }}
Expand Down

0 comments on commit 8546bfc

Please sign in to comment.