@@ -32,12 +32,12 @@ jobs:
3232 - " providers/openfeature-provider-ofrep"
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636 with :
3737 submodules : recursive
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 cache : " pip"
6060
6161 - if : matrix.python-version == '3.11'
6262 name : Upload coverage to Codecov
63- 63+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
6464 with :
6565 name : Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
6666 directory : ${{ matrix.package }}
@@ -72,14 +72,14 @@ jobs:
7272 runs-on : ubuntu-latest
7373
7474 steps :
75- - uses : actions/checkout@v4
76- - uses : actions/setup-python@v5
75+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
76+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
7777 with :
7878 python-version : " 3.11"
7979 cache : " pip"
8080
8181 - name : Run pre-commit
82- uses :
pre-commit/[email protected] 82+ uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
8383
8484 sast :
8585 runs-on : ubuntu-latest
@@ -88,13 +88,13 @@ jobs:
8888 contents : read
8989 security-events : write
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292
9393 - name : Initialize CodeQL
94- uses : github/codeql-action/init@v3
94+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
9595 with :
9696 languages : python
9797 config-file : ./.github/codeql-config.yml
9898
9999 - name : Perform CodeQL Analysis
100- uses : github/codeql-action/analyze@v3
100+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
0 commit comments