Skip to content

Commit

Permalink
ci: Change mongodb-github-action to a step-security maintained version (
Browse files Browse the repository at this point in the history
#4419)

* [skip ci] Add swagger.yaml

* ci: Change mongodb-github-action to a step-security maintained version

Signed-off-by: Mihail Mihov <[email protected]>

---------

Signed-off-by: Mihail Mihov <[email protected]>
Co-authored-by: envision-ci-agent <[email protected]>
  • Loading branch information
mishomihov00 and envision-ci-agent authored Dec 9, 2024
1 parent c71a6a0 commit f18773f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-documentation-to-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git checkout "${GITHUB_REF:11}"
- name: Start MongoDB
uses: supercharge/mongodb-github-action@5a87bd81f88e2a8b195f8b7b656f5cda1350815a # v1.11.0
uses: step-security/mongodb-github-action@ff3d5a3dec0957be7ef99d3d1c9ca4499e8a4cb8 # v1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
port: '4222'

- name: Start MongoDB
uses: supercharge/mongodb-github-action@5a87bd81f88e2a8b195f8b7b656f5cda1350815a # v1.11.0
uses: step-security/mongodb-github-action@ff3d5a3dec0957be7ef99d3d1c9ca4499e8a4cb8 # v1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
port: '4222'

- name: Start MongoDB
uses: supercharge/mongodb-github-action@5a87bd81f88e2a8b195f8b7b656f5cda1350815a # v1.11.0
uses: step-security/mongodb-github-action@ff3d5a3dec0957be7ef99d3d1c9ca4499e8a4cb8 # v1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

Expand Down

0 comments on commit f18773f

Please sign in to comment.