Skip to content

Commit 56a17f8

Browse files
authored
Merge pull request #2 from wesley-dean/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents a0caffc + 27f6374 commit 56a17f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/megalinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# MegaLinter
4545
- name: MegaLinter
4646
id: ml
47-
uses: oxsecurity/megalinter/flavors/security@f90c800040e4f84800700b27b2394d3eecc1fdad # pin@v8.4.0
47+
uses: oxsecurity/megalinter/flavors/security@ec124f7998718d79379a3c5b39f5359952baf21d # pin@v8.4.2
4848
env:
4949
VALIDATE_ALL_CODEBASE: false
5050
GITHUB_TOKEN: ${{ secrets.PAT || secrets.GITHUB_TOKEN || github.token }}
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create Pull Request with applied fixes
7474
id: cpr
7575
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)
76-
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # pin@v5
76+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # pin@v5
7777
with:
7878
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7979
commit-message: "[MegaLinter] Apply linters automatic fixes"

.github/workflows/semver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: calculate version
2828
id: calculate-version
29-
uses: bitshifted/git-auto-semver@f136eb2d08062ca75e92f2408e1e9ace385c7523 # pin@v1
29+
uses: bitshifted/git-auto-semver@b2884bbf8def56698c813550eb1b31a09ef072eb # pin@v1
3030

3131
- name: Set version
3232
run: 'echo "VERSION_STRING=${{ steps.calculate-version.outputs.version-string }}" >> "$GITHUB_ENV"'
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create release
4545
id: create-release
46-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
46+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # pin@v2.2.1
4747
with:
4848
token: "${{ secrets.GITHUB_TOKEN }}"
4949
release_name: "${{ steps.calculate-version.outputs.version-string }}"

0 commit comments

Comments
 (0)