File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 36
36
distribution : ' temurin'
37
37
java-version : ' 11'
38
38
server-id : ossrh
39
- server-username : MAVEN_USERNAME
40
- server-password : MAVEN_PASSWORD
39
+ server-username : ${{ secrets.OSSRH_USERNAME }}
40
+ server-password : ${{ secrets.OSSRH_TOKEN }}
41
41
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
42
42
gpg-passphrase : MAVEN_GPG_PASSPHRASE
43
43
76
76
77
77
- name : Run SpotBugs Analysis
78
78
if : ${{ github.actor != 'dependabot[bot]' }}
79
- uses : jwgmeligmeyling/spotbugs-github-action@master
79
+ uses : jwgmeligmeyling/spotbugs-github-action@b8e2c3523acb34c87f14e18cbcd2d87db8c8584e # v1.2
80
80
with :
81
81
path : ' **/spotbugsXml.xml'
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Dependabot metadata
13
13
id : metadata
14
- uses :
dependabot/[email protected]
14
+ uses : dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
15
15
with :
16
16
github-token : " ${{ secrets.PERSONAL_ACCESS_TOKEN }}"
17
17
- name : Enable auto-merge for Dependabot PRs
20
20
GITHUB_TOKEN : ${{secrets.PERSONAL_ACCESS_TOKEN }}
21
21
run : gh pr merge --auto --merge "$PR_URL"
22
22
- name : Auto approve dependabot PRs
23
- uses : hmarr/auto-approve-action@v4
23
+ uses : hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4
24
24
with :
25
25
github-token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Delete release
13
- uses :
dev-drprasad/[email protected]
13
+ uses : dev-drprasad/delete-tag-and-release@8cd619d00037e4aeb781909c9a6b03940507d0da # v1.0.1
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
16
with :
Original file line number Diff line number Diff line change 12
12
pull-requests : write # for TimonVS/pr-labeler-action to add labels in PR
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : TimonVS/pr-labeler-action@v5
15
+ - uses : TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5
16
16
with :
17
17
configuration-path : .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
18
18
env :
Original file line number Diff line number Diff line change 73
73
java-version : ' 11'
74
74
distribution : ' temurin'
75
75
server-id : ossrh
76
- server-username : MAVEN_USERNAME
77
- server-password : MAVEN_PASSWORD
76
+ server-username : ${{ secrets.OSSRH_USERNAME }}
77
+ server-password : ${{ secrets.OSSRH_TOKEN }}
78
78
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
79
79
gpg-passphrase : MAVEN_GPG_PASSPHRASE
80
80
97
97
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
98
98
99
99
- name : Release
100
- uses : softprops/action-gh-release@v2
100
+ uses : softprops/action-gh-release@a6c7483a42ee9d5daced968f6c217562cd680f7f # v2
101
101
with :
102
102
generate_release_notes : true
103
103
tag_name : ${{ inputs.tag }}
Original file line number Diff line number Diff line change 58
58
59
59
- name : Create Pull Request
60
60
if : steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
61
- uses : peter-evans/create-pull-request@v6
61
+ uses : peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
62
62
with :
63
63
token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
64
64
commit-message : Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
You can’t perform that action at this time.
0 commit comments