Skip to content

Commit 23594e8

Browse files
authored
ci(fix): actions version, workflow permissions (#487)
1 parent 188717c commit 23594e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-open.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ jobs:
3939
name: Builds
4040
runs-on: ubuntu-24.04
4141
permissions:
42+
attestations: write
43+
id-token: write
4244
packages: write
4345
strategy:
4446
matrix:
4547
package: [api, frontend]
4648
steps:
4749
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48-
- uses: bcgov/action-builder-ghcr@fix/missingTokens
50+
- uses: bcgov/action-builder-ghcr@fd17bc1cbb16a60514e0df3966d42dff9fc232bc # v4.0.0
4951
with:
5052
package: ${{ matrix.package }}
5153
tags: ${{ github.event.number || github.sha }}

0 commit comments

Comments
 (0)