Skip to content

Commit ed08c38

Browse files
chore(ci): bump the actions group with 4 updates, add zizmor, configure release-mkdocs permissions (#151)
1 parent 36f1fa9 commit ed08c38

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release-container:
13-
uses: radiorabe/actions/.github/workflows/release-container.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3
13+
uses: radiorabe/actions/.github/workflows/release-container.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
1414
with:
1515
image: ghcr.io/radiorabe/python-minimal
1616
name: python-minimal
@@ -24,5 +24,12 @@ jobs:
2424
"containerd-snapshotter": true
2525
}
2626
}
27-
mkdocs:
28-
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3
27+
release-mkdocs:
28+
permissions:
29+
contents: write # Required to push the gh-pages branch for documentation deployment
30+
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
31+
github-actions:
32+
permissions:
33+
contents: read
34+
security-events: write # so zizmor can publish results to the Security tab
35+
uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
schedule-trivy:
10-
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3
10+
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
1111
with:
1212
image-ref: 'ghcr.io/radiorabe/python-minimal:latest'

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
semantic-release:
11-
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3
11+
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
1212
secrets:
1313
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)