File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v6.0.2
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 persist-credentials : false
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v6.2.0
34+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3535 with :
3636 python-version : 3.12
3737
Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6.0.2
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 persist-credentials : false
2020 - name : Build the Docker image
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 matrix :
2121 python-version : [3.11, 3.12]
2222 steps :
23- - uses : actions/checkout@v6.0.2
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v6.2.0
27+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Install dependencies
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@v6.0.2
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 persist-credentials : false
3131
3636 results_format : sarif
3737 publish_results : true
3838 - name : " Upload artifact"
39- uses : actions/upload-artifact@v6.0.0
39+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4040 with :
4141 name : SARIF file
4242 path : results.sarif
Original file line number Diff line number Diff line change 1111 stale :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/stale@v10.1.1
14+ - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
1515 with :
1616 stale-issue-message : " This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days."
1717 close-issue-message : " This issue was closed because it has been stalled for 35 days with no activity."
Original file line number Diff line number Diff line change 1818 statuses : write
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v6.0.2
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 with :
2323 fetch-depth : 0
2424 persist-credentials : false
You can’t perform that action at this time.
0 commit comments