Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit f6ac9b4

Browse files
Merge branch 'main' into katerina/OSL-561
2 parents 2e82a8b + 2184d5f commit f6ac9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Checkout the code base #
3838
##########################
3939
- name: Checkout Code
40-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
40+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4141

4242
##########################
4343
# GitHub Super Linter needs

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
29+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
3030

3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0

0 commit comments

Comments
 (0)