Skip to content

Commit b99f56c

Browse files
committed
chore(CLS-493): pin GitHub Actions to SHA and migrate community forks
Pin actions to immutable SHA references and replace community actions with StepSecurity-maintained forks per CLS-493. - Pinned 3 actions to SHA with exact version comments - Replaced 0 community actions with StepSecurity forks - Vendor actions (docker/*, hashicorp/*, etc.) pinned but NOT replaced - Internal actions (miroapp-dev/*) left as-is with original tags
1 parent 28bc8a3 commit b99f56c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/addCommentToRemindUpdatingTemplateVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
hasAutoDetectionComment: ${{ steps.job1.outputs.hasAutoDetectionComment }}
1515
steps:
1616
- name: Find Comment
17-
uses: step-security/find-comment@v4
17+
uses: step-security/find-comment@1d7bf2a0c1b6802305aa3cf2e7c0e47568915caf # v4.0.0
1818
id: fc
1919
with:
2020
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/convertKqlFunctionYamlToArmTemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
repository: ${{github.event.pull_request.head.repo.full_name}}
9292
branch: ${{ github.head_ref }}
9393
- name: Add comment
94-
uses: step-security/add-pr-comment@v2
94+
uses: step-security/add-pr-comment@7e5d2dd3955e34b109b939fa0b654ea502caf590 # v2.8.4
9595
if: ${{ env.armTemplatesChanged == 'true' }}
9696
with:
9797
message: |

.github/workflows/update-solutions-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create Pull Request
5959
if: steps.check_changes.outputs.changed == 'true'
6060
id: create_pr
61-
uses: step-security/create-pull-request@v8
61+
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
commit-message: 'chore: Update Solutions Analyzer CSV files and documentation'

0 commit comments

Comments
 (0)