diff --git a/.github/workflows/hosted-file-monitor-with-hr.yml b/.github/workflows/hosted-file-monitor-with-hr.yml index eeb3b63f6..b3637d533 100644 --- a/.github/workflows/hosted-file-monitor-with-hr.yml +++ b/.github/workflows/hosted-file-monitor-with-hr.yml @@ -17,7 +17,7 @@ jobs: cd ./src/backdoor-demo npm install - - uses: madhead/semver-utils@latest + - uses: step-security/semver-utils@v4 id: version with: version: 1.2.3 diff --git a/.github/workflows/hosted-file-monitor-without-hr.yml b/.github/workflows/hosted-file-monitor-without-hr.yml index a673fca8c..dacd3cccd 100644 --- a/.github/workflows/hosted-file-monitor-without-hr.yml +++ b/.github/workflows/hosted-file-monitor-without-hr.yml @@ -13,7 +13,7 @@ jobs: cd ./src/backdoor-demo npm install - - uses: madhead/semver-utils@latest + - uses: step-security/semver-utils@v4 id: version with: version: 1.2.3 diff --git a/.github/workflows/hosted-network-filtering-hr.yml b/.github/workflows/hosted-network-filtering-hr.yml index 7dd7dcbfa..73f42c989 100644 --- a/.github/workflows/hosted-network-filtering-hr.yml +++ b/.github/workflows/hosted-network-filtering-hr.yml @@ -32,7 +32,7 @@ jobs: with: path: src/exfiltration-demo - - uses: madhead/semver-utils@latest + - uses: step-security/semver-utils@v4 id: version with: version: 1.2.3