Skip to content

Commit 455bcc6

Browse files
Try java wrapper 2.1.8 (AST-000)
1 parent bb9a3aa commit 455bcc6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ast-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3.5.2
10+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1111
- name: Checkmarx One CLI Action
12-
uses: checkmarx/ast-github-action@main
12+
uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # v.2.0.36
1313
with:
1414
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
1515
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}

.github/workflows/delete-dev-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Delete releases and tags
2727
continue-on-error: true
28-
uses: dev-drprasad/delete-older-releases@v0.2.1
28+
uses: dev-drprasad/delete-older-releases@653dc03d96473ac9e585c68c8bf5aaccb0dadb61 # 0.2.1
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:

.github/workflows/pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: TimonVS/pr-labeler-action@v4
15+
- uses: TimonVS/pr-labeler-action@8b99f404a073744885d8021d1de4e40c6eaf38e2 # v4
1616
with:
1717
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
1818
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "::set-output name=CLI_VERSION::${{ env.CLI_VERSION }}"
9595
9696
- name: Release
97-
uses: softprops/action-gh-release@v1
97+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
9898
with:
9999
tag_name: ${{ env.GH_RELEASE_TAG_NAME }}
100100
generate_release_notes: true
@@ -108,7 +108,7 @@ jobs:
108108
git config --global https.postBuffer 2097152000
109109
110110
- name: Create update site
111-
uses: cpina/github-action-push-to-another-repository@main
111+
uses: cpina/github-action-push-to-another-repository@07c4d7b3def0a8ebe788a8f2c843a4e1de4f6900 #v.1.7.2
112112
env:
113113
API_TOKEN_GITHUB: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
114114
with:

0 commit comments

Comments
 (0)