Skip to content

Commit f611293

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 910ba1c commit f611293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
50+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
5151
with:
5252
pulumi-version: "dev"
5353

.github/workflows/prerequisites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Unit-test provider code
7878
run: make test_provider
7979
- name: Upload coverage reports to Codecov
80-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
80+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
8181
env:
8282
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8383
- if: inputs.is_pr

0 commit comments

Comments
 (0)