Skip to content

Commit 459084e

Browse files
chore(deps): update github-actions (#284)
1 parent e17a715 commit 459084e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
releases_created: ${{ steps.release.outputs.releases_created }}
2020
browser-instrumentation-release_created: ${{ steps.release.outputs['packages/instrumentation--release_created'] }}
2121
steps:
22-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
22+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2323
id: app-token
2424
with:
2525
client-id: ${{ vars.OTELBOT_BROWSER_APP_ID }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
45+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)