Skip to content

Commit 2451cbf

Browse files
adamwalachory-bot
authored andcommitted
chore: update github actions
GitOrigin-RevId: 82336e71b45a40ccd69a9142088f92c0a1df1b56
1 parent cae1157 commit 2451cbf

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run nancy
2626
uses: sonatype-nexus-community/[email protected]
2727
- name: Run golangci-lint
28+
if: ${{ github.ref_type != 'tag' }}
2829
uses: golangci/golangci-lint-action@v8
2930
env:
3031
GOGC: 100

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
deps
4747
docs
4848
default_require_scope: false
49-
- uses: amannn/action-semantic-pull-request@v4
49+
- uses: amannn/action-semantic-pull-request@v6
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:

.github/workflows/cve-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "TRIVY_PASSWORD=${{ secrets.GITHUB_TOKEN }}" >> "$GITHUB_ENV"
6666
6767
- name: Anchore Scanner
68-
uses: anchore/scan-action@v5
68+
uses: anchore/scan-action@v7
6969
id: grype-scan
7070
with:
7171
image: ${{ env.IMAGE_NAME }}
@@ -81,7 +81,7 @@ jobs:
8181
echo "::endgroup::"
8282
- name: Anchore upload scan SARIF report
8383
if: always()
84-
uses: github/codeql-action/upload-sarif@v3
84+
uses: github/codeql-action/upload-sarif@v4
8585
with:
8686
sarif_file: ${{ steps.grype-scan.outputs.sarif }}
8787
- name: Kubescape scanner

.github/workflows/milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
outputFile: docs/docs/milestones.md
2626
- name: Commit Milestone Documentation
27-
uses: EndBug/add-and-commit@v4.4.0
27+
uses: EndBug/add-and-commit@v9.1.4
2828
with:
2929
message: "autogen(docs): update milestone document"
3030
author_name: aeneasr

.github/workflows/pm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 5
1818
steps:
19-
- uses: ory-corp/planning-automation-action@v0.1
19+
- uses: ory-corp/planning-automation-action@v0.2
2020
with:
2121
organization: ory-corp
2222
project: 5
2323
token: ${{ secrets.ORY_BOT_PAT }}
2424
todoLabel: "Needs Triage"
2525
statusName: Status
26-
statusValue: "Needs Triage"
26+
prStatusValue: "Needs Triage"
27+
issueStatusValue: "Needs Triage"
2728
includeEffort: "false"
2829
monthlyMilestoneName: Roadmap Monthly
2930
quarterlyMilestoneName: Roadmap

0 commit comments

Comments
 (0)