Skip to content

Commit 7a77e75

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/vite-7.1.11
2 parents 77c53f5 + 868cbe4 commit 7a77e75

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
41+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: none
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
47+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4848
with:
4949
category: "/language:${{matrix.language}}"

.github/workflows/lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build distribution
4343
run: yarn build
4444
- name: Upload coverage report
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646
if: ${{ failure() }}
4747
with:
4848
name: coverage-reports

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4141
# format to the repository Actions tab.
4242
- name: "Upload artifact"
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
43+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4444
with:
4545
name: SARIF file
4646
path: results.sarif
@@ -49,6 +49,6 @@ jobs:
4949
# Upload the results to GitHub's code scanning dashboard (optional).
5050
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
52+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5353
with:
5454
sarif_file: results.sarif

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
egress-policy: audit
2626

27-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
27+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2828
with:
2929
node-version: 22
3030
package-manager-cache: false
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
4747
- name: Release
4848
id: release
49-
uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
49+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
5050
with:
5151
target-branch: ${{ steps.branch.outputs.name }}
5252
release-type: terraform-module

0 commit comments

Comments
 (0)