File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535 with :
3636 ref : ${{ inputs.ref || github.ref }}
3737 fetch-depth : 0
8080 version : ["3.11", "3.12", "3.13", "3.14"]
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8484 with :
8585 ref : ${{ inputs.ref || github.ref }}
8686 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -118,7 +118,7 @@ jobs:
118118 echo "Version '${VERSION}' in pyproject.toml is pre-release, continuing... "
119119 fi
120120
121- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
121+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
122122 with :
123123 ref : ${{ inputs.ref || github.ref }}
124124
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code with full history
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : " Checkout Code"
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
1919 - name : " Run FOSSA Scan"
2020 uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
3535 trivy :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3939 - uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
4040 with :
4141 scan-type : fs
4444 bandit :
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848 with :
4949 fetch-depth : 0
5050
6969 dependency-audit :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7373 - name : run audit on requirements
7474 uses : pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0
7575 with :
You can’t perform that action at this time.
0 commit comments