Skip to content

Commit 7995309

Browse files
chore(deps): bump the github-actions group across 1 directory with 11 updates
Bumps the github-actions group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [actions/cache](https://github.com/actions/cache) | `5.0.1` | `5.0.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.1.0` | `6.3.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.5.2` | `9.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7.0.0` | `8.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.1.0` | `6.2.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.0.0` | `8.1.0` | | [pulumi/pulumi-upgrade-provider-action](https://github.com/pulumi/pulumi-upgrade-provider-action) | `0.0.18` | `0.0.19` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/setup-go` from 6.1.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...4b73464) Updates `golangci/golangci-lint-action` from 6.5.2 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@55c2c14...1e7e51e) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) Updates `actions/setup-node` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@395ad32...6044e13) Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@98357b1...c0f553f) Updates `pulumi/pulumi-upgrade-provider-action` from 0.0.18 to 0.0.19 - [Release notes](https://github.com/pulumi/pulumi-upgrade-provider-action/releases) - [Commits](pulumi/pulumi-upgrade-provider-action@e247104...1299650) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pulumi/pulumi-upgrade-provider-action dependency-version: 0.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8ef56c commit 7995309

File tree

13 files changed

+35
-35
lines changed

13 files changed

+35
-35
lines changed

.github/workflows/build_provider.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write # For ESC secrets.
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
with:
4747
persist-credentials: false
4848
- id: esc-secrets
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "path=$(go env GOMODCACHE)" >> "${GITHUB_OUTPUT}"
8585
- name: Go Cache
86-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
86+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
8787
with:
8888
path: |
8989
${{ steps.gocache.outputs.path }}
@@ -114,7 +114,7 @@ jobs:
114114
run: make provider_dist-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
115115

116116
- name: Upload artifacts
117-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
117+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
118118
with:
119119
name: pulumi-resource-logfire-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
120120
path: bin/pulumi-resource-logfire-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz

.github/workflows/build_sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write # For ESC secrets.
3939
steps:
4040
- name: Checkout Repo
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
persist-credentials: false
4444
- id: esc-secrets
@@ -53,7 +53,7 @@ jobs:
5353
git config --global url."https://${GIT_AUTH_TOKEN}@github.com/".insteadOf "https://github.com/"
5454
fi
5555
- name: Cache examples generation
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
56+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
5757
with:
5858
path: |
5959
.pulumi/examples-cache
@@ -70,7 +70,7 @@ jobs:
7070
cache_save: false
7171
- name: Setup Go Cache
7272
if: matrix.language == 'go' || contains(matrix.language, 'go')
73-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
73+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
7474
with:
7575
cache-dependency-path: |
7676
provider/*.sum

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write # For ESC secrets.
2727
steps:
2828
- name: Checkout Repo
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
persist-credentials: false
3232
- id: esc-secrets

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write # For ESC secrets.
2727
steps:
2828
- name: Checkout Repo
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
persist-credentials: false
3232
- id: esc-secrets
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
- name: golangci-lint
62-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
62+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6363
with:
6464
install-mode: none # Handled by mise.
6565
working-directory: provider

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
id-token: write # For ESC secrets.
9292
steps:
9393
- name: Checkout Repo
94-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
94+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
with:
9696
persist-credentials: false
9797
- id: esc-secrets

.github/workflows/prerequisites.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
version: ${{ steps.provider-version.outputs.version }}
4242
steps:
4343
- name: Checkout Repo
44-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
persist-credentials: false
4747
- id: esc-secrets
@@ -61,7 +61,7 @@ jobs:
6161
major-version: 0
6262
set-env: 'PROVIDER_VERSION'
6363
- name: Cache examples generation
64-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
64+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
6565
with:
6666
path: |
6767
.pulumi/examples-cache
@@ -77,7 +77,7 @@ jobs:
7777
# only saving the cache in the prerequisites job
7878
cache_save: true
7979
- name: Setup Go Cache
80-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
80+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
8181
with:
8282
cache-dependency-path: |
8383
provider/*.sum
@@ -112,7 +112,7 @@ jobs:
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
- name: Upload coverage reports to Codecov
115-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
115+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
116116
env:
117117
CODECOV_TOKEN: ${{ steps.esc-secrets.outputs.CODECOV_TOKEN }}
118118
- if: inputs.is_pr

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: inputs.skipGoSdk && inputs.isPrerelease == false
4242
run: echo "Can't skip Go SDK for stable releases. This is likely a bug in the calling workflow." && exit 1
4343
- name: Checkout Repo
44-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
persist-credentials: false
4747
- id: esc-secrets
@@ -67,14 +67,14 @@ jobs:
6767
- name: Create dist directory
6868
run: mkdir -p dist
6969
- name: Download provider assets
70-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
70+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7171
with:
7272
pattern: pulumi-resource-logfire-v${{ inputs.version }}-*
7373
path: dist
7474
# Don't create a directory for each artifact
7575
merge-multiple: true
7676
- name: Download schema
77-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
77+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7878
with:
7979
# Use a pattern to avoid failing if the artifact doesn't exist
8080
pattern: schema-embed.*
@@ -121,7 +121,7 @@ jobs:
121121
python_version: ${{ steps.python_version.outputs.version }}
122122
steps:
123123
- name: Checkout Repo
124-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125
with:
126126
# Persist credentials so we can push back to the repo
127127
persist-credentials: true
@@ -147,7 +147,7 @@ jobs:
147147
# only saving the cache in the prerequisites job
148148
cache_save: false
149149
- name: Setup Node
150-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
150+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
151151
with:
152152
# we don't set node-version because we install with mise.
153153
# this step is needed to setup npm auth
@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-latest
199199
steps:
200200
- name: Checkout Repo
201-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
201+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202
with:
203203
persist-credentials: false
204204
- id: esc-secrets

.github/workflows/resync-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Repo
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
# Persist credentials so pull-workflow-changes can push a new branch.
2020
persist-credentials: true
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
make ci-mgmt
3434
- name: Create PR (no linked issue)
35-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
35+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
3636
with:
3737
author: pulumi-bot <bot@pulumi.com>
3838
base: main

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout Repo
81-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
81+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282
with:
8383
persist-credentials: false
8484
- id: run-url

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PROVIDER_VERSION: ${{ inputs.version }}
3636
steps:
3737
- name: Checkout Repo
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
with:
4040
ref: ${{ env.PR_COMMIT_SHA }}
4141
persist-credentials: false
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
- name: Checkout p/examples
5454
if: matrix.testTarget == 'pulumiExamples'
55-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
with:
5757
repository: pulumi/examples
5858
path: p-examples
@@ -74,7 +74,7 @@ jobs:
7474
- name: Download bin
7575
uses: ./.github/actions/download-provider
7676
- name: Setup Go Cache
77-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
77+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
7878
if: matrix.language == 'go' || contains(matrix.language, 'go')
7979
with:
8080
cache-dependency-path: |

0 commit comments

Comments
 (0)