@@ -31,13 +31,13 @@ jobs:
3131 steps :
3232 # Step 1: Check out the repository code
3333 - name : Checkout Repo
34- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0 # Fetch all history for git operations
3737
3838 # Step 2: Set up Node.js environment
3939 - name : Setup Node.js
40- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
40+ uses : actions/setup-node@v4
4141 with :
4242 node-version : ${{ env.NODE_VERSION }}
4343 cache : ' npm'
@@ -67,13 +67,13 @@ jobs:
6767 steps :
6868 # Step 1: Check out repository code
6969 - name : Checkout Repo
70- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+ uses : actions/checkout@v4
7171 with :
7272 fetch-depth : 0 # Fetch all history for git operations
7373
7474 # Step 2: Set up Node.js environment
7575 - name : Setup Node.js
76- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
76+ uses : actions/setup-node@v4
7777 with :
7878 node-version : ${{ env.NODE_VERSION }}
7979 cache : ' npm'
@@ -152,7 +152,7 @@ jobs:
152152 # Step 11: Upload artifacts for debugging and record-keeping
153153 - name : Capture output artifacts
154154 if : always()
155- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
155+ uses : actions/upload-artifact@v4
156156 with :
157157 name : data-detection-${{ github.run_id }}
158158 path : |
0 commit comments