Skip to content

Commit e9c8152

Browse files
authored
Update GitHub Actions workflows. (#684)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit b7e2ed740f8833f6a1bd2a3d5714d4c92d3b40ae.
1 parent b079868 commit e9c8152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Unit-test provider code
7575
run: make test_provider
7676
- name: Upload coverage reports to Codecov
77-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
77+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
7878
env:
7979
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8080
- if: inputs.is_pr

0 commit comments

Comments
 (0)