File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v7
17+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 with :
1919 fetch-depth : 0 # Gitleaks needs the full history to scan properly
2020
2121 - name : Run Gitleaks
22- uses : gitleaks/gitleaks-action@v3
22+ uses : gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }}
@@ -29,10 +29,10 @@ jobs:
2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v7
32+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v7
35+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3636 with :
3737 python-version : ' 3.x'
3838
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Check out the repo
14- uses : actions/checkout@v7
14+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v7
17+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1818 with :
1919 python-version : ' 3.x'
2020
Original file line number Diff line number Diff line change 1414 image : semgrep/semgrep:1.172.0@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b
1515 steps :
1616 # Fetch project source
17- - uses : actions/checkout@v7
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
1919 - name : Run Semgrep
2020 run : |
You can’t perform that action at this time.
0 commit comments