Skip to content

Commit c8d686e

Browse files
authored
Merge pull request #155 from wesley-dean/dependabot/github_actions/minor-and-patch-61dc0fbee6
Merging Dependabot PR #155
2 parents d320d58 + 990ed08 commit c8d686e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/megalinter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Git Checkout
3535
- name: Checkout Code
36-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # pin@v4
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v4
3737
with:
3838
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3939
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create Pull Request with applied fixes
6161
id: cpr
6262
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
63-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # pin@v5
63+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # pin@v5
6464
with:
6565
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6666
commit-message: "[MegaLinter] Apply linters automatic fixes"
@@ -93,6 +93,6 @@ jobs:
9393

9494
- name: Upload MegaLinter scan results to GitHub Security tab
9595
if: steps.sarif_file_exists.outputs.files_exists == 'true'
96-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # pin@v2
96+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v2
9797
with:
9898
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # pin@v3
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v3
2222

2323
- name: Build and Publish Image
2424
uses: wesley-dean/publish_container@5676fda51c61c691c429e7aac78c64e916e9be85 # pin@v1.0.13

0 commit comments

Comments
 (0)