Skip to content

Commit e50340c

Browse files
authored
Merge pull request #4106 from openwallet-foundation/dependabot/github_actions/all-actions-8da5401910
chore(deps): Bump the all-actions group with 2 updates
2 parents 641ff76 + 4c97d27 commit e50340c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bdd-interop-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: check_if_release
5757
- name: Request GitHub API for PR data
5858
if: steps.check-if-src-changed.outputs.run_tests != 'false'
59-
uses: octokit/request-action@fceefc326610e57c85d863dd44ac27fbd90f25e3 # v2.x
59+
uses: octokit/request-action@10df4beff76ddd0c48b0e983ecde429e7174dfd3 # v2.x
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
id: get_pr_data

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
# Initializes the CodeQL tools for scanning.
2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
25+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
2626
with:
2727
languages: python
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
30+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
76+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
7777
with:
7878
sarif_file: results.sarif

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5757
5858
- name: Upload result to GitHub Code Scanning
59-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
59+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6060
with:
6161
sarif_file: snyk.sarif

.github/workflows/sonar-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run_id: ${{ github.event.workflow_run.id }}
3737
name: TEST_COV
3838
- name: Request GitHub API for PR data
39-
uses: octokit/request-action@fceefc326610e57c85d863dd44ac27fbd90f25e3 # v2.x
39+
uses: octokit/request-action@10df4beff76ddd0c48b0e983ecde429e7174dfd3 # v2.x
4040
id: get_pr_data
4141
with:
4242
route: GET /repos/${{ github.event.repository.full_name }}/pulls/${{ steps.pr_number.outputs.content }}

0 commit comments

Comments
 (0)