From efa3c80f9d75fea65a1edc8b4b38b11217fd3f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Fri, 10 Oct 2025 14:56:07 +0200 Subject: [PATCH 1/3] chore: test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a72f195c71..6cb5a333ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: with: args: --timeout 10m0s version: latest + only-new-issues: "true" - name: Run go-acc (tests) run: | make .bin/go-acc From 12f9c0790e66fb643d48e9be56f61807f5e87e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Fri, 10 Oct 2025 15:34:19 +0200 Subject: [PATCH 2/3] chore: u --- .github/workflows/ci.yml | 3 ++- .github/workflows/conventional_commits.yml | 2 +- .github/workflows/cve-scan.yaml | 4 ++-- .github/workflows/milestone.yml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cb5a333ae..8f418bfbbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,9 @@ jobs: go-version: "1.25" - run: go list -json > go.list - name: Run nancy - uses: sonatype-nexus-community/nancy-github-action@v1.0.2 + uses: sonatype-nexus-community/nancy-github-action@v1.0.3 - name: Run golangci-lint + if: ${{ github.ref_type != 'tag' }} uses: golangci/golangci-lint-action@v8 env: GOGC: 100 diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index 84171dbf2a..eb4d187f31 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -46,7 +46,7 @@ jobs: deps docs default_require_scope: false - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index a42e93ca14..4d342247a1 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -81,7 +81,7 @@ jobs: echo "::endgroup::" - name: Anchore upload scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.grype-scan.outputs.sarif }} - name: Kubescape scanner @@ -117,7 +117,7 @@ jobs: exit-code: 42 failure-threshold: high - name: Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 id: hadolint if: ${{ always() }} with: diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index d5e76cee4f..ccf262390d 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} outputFile: docs/docs/milestones.md - name: Commit Milestone Documentation - uses: EndBug/add-and-commit@v4.4.0 + uses: EndBug/add-and-commit@v9.1.4 with: message: "autogen(docs): update milestone document" author_name: aeneasr From 71cfa299c5ea36ff624205563683382c4e3157d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Fri, 10 Oct 2025 15:35:47 +0200 Subject: [PATCH 3/3] chore: u --- .github/workflows/pm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pm.yml b/.github/workflows/pm.yml index 0c69d71b70..cec5a917c7 100644 --- a/.github/workflows/pm.yml +++ b/.github/workflows/pm.yml @@ -16,14 +16,15 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: ory-corp/planning-automation-action@v0.1 + - uses: ory-corp/planning-automation-action@v0.2 with: organization: ory-corp project: 5 token: ${{ secrets.ORY_BOT_PAT }} todoLabel: "Needs Triage" statusName: Status - statusValue: "Needs Triage" + prStatusValue: "Needs Triage" + issueStatusValue: "Needs Triage" includeEffort: "false" monthlyMilestoneName: Roadmap Monthly quarterlyMilestoneName: Roadmap