We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f350a commit c9d755eCopy full SHA for c9d755e
.github/workflows/ossf-scorecard.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
persist-credentials: false
25
26
- - uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
+ - uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
27
28
results_file: results.sarif
29
results_format: sarif
.github/workflows/php.yml
@@ -139,7 +139,7 @@ jobs:
139
run: vendor/bin/phpstan analyse --error-format=github
140
141
- name: Start MongoDB
142
- uses: supercharge/mongodb-github-action@1.12.0
+ uses: supercharge/mongodb-github-action@315db7fe45ac2880b7758f1933e6e5d59afd5e94 # 1.12.1
143
if: ${{ matrix.project == 'Instrumentation/MongoDB' }}
144
145
mongodb-version: 6.0
0 commit comments