diff --git a/.github/workflows/check-grafana-compatibility.yml b/.github/workflows/check-grafana-compatibility.yml index da9bc3616..be10a25b7 100644 --- a/.github/workflows/check-grafana-compatibility.yml +++ b/.github/workflows/check-grafana-compatibility.yml @@ -17,16 +17,16 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false path: "./grafana-plugin-sdk-go" - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false repository: "grafana/grafana" path: "./grafana" - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0 + - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0 with: cache: false go-version: "~1.22" diff --git a/.github/workflows/check-incompatibility.yml b/.github/workflows/check-incompatibility.yml index b8ffeac10..4ecba4097 100644 --- a/.github/workflows/check-incompatibility.yml +++ b/.github/workflows/check-incompatibility.yml @@ -17,11 +17,11 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false path: './grafana-plugin-sdk-go' - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0 + - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0 with: cache: false check-latest: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c7c0d1af..7f0dc7ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,17 +15,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - name: Setup go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0 with: go-version-file: ./go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: version: v1.64.2 args: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4fdaf274f..118d68605 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10 with: # Number of days of inactivity before a stale Issue or Pull Request is closed. # Set to -1 to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. diff --git a/.github/workflows/validate-protos.yml b/.github/workflows/validate-protos.yml index eb83144f2..ba4e38ca4 100644 --- a/.github/workflows/validate-protos.yml +++ b/.github/workflows/validate-protos.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: # Run `git checkout` - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false # Install the `buf` CLI