File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
2626 - name : Perform Bandit Analysis
27- uses : PyCQA/bandit-action@8a1b30610f61f3f792fe7556e888c9d7dffa52de # v1.0.1
27+ uses : PyCQA/bandit-action@67a458d90fa11fb1463e91e7f4c8f068b5863c7f # v1.0.1.0.1 .0.1
2828 with :
2929 targets : " bitmath/ tests/"
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
29+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3030 with :
3131 languages : python
3232
3333 - name : Autobuild
34- uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
34+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3535
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
37+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3838 with :
3939 category : " /language:python"
Original file line number Diff line number Diff line change 2929 exit 1
3030 fi
3131 echo "OK: tag $TAG matches VERSION $FILE_VERSION"
32- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
32+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3333 with :
3434 python-version : " 3.12"
3535 - name : Build package
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
21+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 cache : ' pip'
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Set up Python
25- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
25+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2626 with :
2727 python-version : " 3.12"
2828
Original file line number Diff line number Diff line change 4141 retention-days : 5
4242
4343 - name : Upload to code-scanning
44- uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
44+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4545 with :
4646 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments