From 799c1073f795edda1e336bef39e47c3fc86e1e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 22:08:05 +0000 Subject: [PATCH] Update GitHub Actions | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | golangci/golangci-lint-action | v9.0.0 | v9.1.0 | | github-tags | peter-evans/create-pull-request | v7.0.8 | v7.0.9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .github/workflows/nfr.yml | 2 +- .github/workflows/release-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 23390ebe61..4934c29d94 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,7 +47,7 @@ jobs: go-version: stable - name: Lint Go - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 + uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 with: working-directory: ${{ matrix.directory }} version: v2.6.2 # renovate: datasource=github-tags depName=golangci/golangci-lint diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index ab90ec85cc..46abac6360 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -191,7 +191,7 @@ jobs: merge-multiple: true - name: Open a PR with the results - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: NFR Test Results for NGF version ${{ needs.vars.outputs.version }} diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 7ec4306eb5..b388c8b3f4 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -82,7 +82,7 @@ jobs: make generate-all - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Release ${{ inputs.version }}