Skip to content

Commit bc167c5

Browse files
ringodspulumi-bot
andauthored
Regenerate workflows for pulumi-grafana (#256)
Co-authored-by: pulumi-bot <[email protected]>
1 parent ec16e5c commit bc167c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-tools/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959

6060
- name: Setup Node
6161
if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
62+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6363
with:
6464
node-version: 20.x
6565
registry-url: https://registry.npmjs.org

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949
run: make prepare_local_workspace
5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
51+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
5252
with:
5353
version: v1.64.6
5454
working-directory: provider

.github/workflows/resync-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
make ci-mgmt
2929
- name: Create PR (no linked issue)
30-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
30+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3131
with:
3232
author: pulumi-bot <[email protected]>
3333
base: main

0 commit comments

Comments
 (0)