File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
# MegaLinter
45
45
- name : MegaLinter
46
46
id : ml
47
- uses : oxsecurity/megalinter/flavors/security@f90c800040e4f84800700b27b2394d3eecc1fdad # pin@v8.4.0
47
+ uses : oxsecurity/megalinter/flavors/security@ec124f7998718d79379a3c5b39f5359952baf21d # pin@v8.4.2
48
48
env :
49
49
VALIDATE_ALL_CODEBASE : false
50
50
GITHUB_TOKEN : ${{ secrets.PAT || secrets.GITHUB_TOKEN || github.token }}
73
73
- name : Create Pull Request with applied fixes
74
74
id : cpr
75
75
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
77
77
with :
78
78
token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
79
79
commit-message : " [MegaLinter] Apply linters automatic fixes"
Original file line number Diff line number Diff line change 26
26
27
27
- name : calculate version
28
28
id : calculate-version
29
- uses : bitshifted/git-auto-semver@f136eb2d08062ca75e92f2408e1e9ace385c7523 # pin@v1
29
+ uses : bitshifted/git-auto-semver@b2884bbf8def56698c813550eb1b31a09ef072eb # pin@v1
30
30
31
31
- name : Set version
32
32
run : ' echo "VERSION_STRING=${{ steps.calculate-version.outputs.version-string }}" >> "$GITHUB_ENV"'
43
43
44
44
- name : Create release
45
45
id : create-release
46
- uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
46
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # pin@v2.2.1
47
47
with :
48
48
token : " ${{ secrets.GITHUB_TOKEN }}"
49
49
release_name : " ${{ steps.calculate-version.outputs.version-string }}"
You can’t perform that action at this time.
0 commit comments