File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
35
35
path : src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg
36
36
37
37
- name : Upload coverage to Codecov
38
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
38
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
39
39
continue-on-error : true
40
40
with :
41
41
token : ${{ secrets.CODECOV_TOKEN }}
47
47
needs : [test]
48
48
49
49
steps :
50
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
51
with :
52
52
fetch-depth : 0
53
53
81
81
needs : publish
82
82
83
83
steps :
84
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
84
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
85
85
with :
86
86
fetch-depth : 0
87
87
Original file line number Diff line number Diff line change 11
11
image : returntocorp/semgrep
12
12
if : (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
- run : semgrep ci --no-suppress-errors
You can’t perform that action at this time.
0 commit comments