diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:21:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:21:39 +0000 |
commit | 42a7e5795ba5bf37195770c90b5db8cf5dd933f6 (patch) | |
tree | 3ed3a7737f0eaa9fda54acb6be98fe1d1565bcb3 /.github | |
parent | caccc2feb6fdfd271e89b3f0a9a3f9c1cf5ff012 (diff) | |
parent | a8e9248269fa1020d304c6cd60d09ad23234acd5 (diff) |
Merge pull request #297 from themoeway/dependabot/github_actions/minor-9d4a252c6e
build(deps): bump the minor group with 3 updates
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright.yml | 2 | ||||
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 | ||||
-rw-r--r-- | .github/workflows/scorecard.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index be3e2c19..6f28a70b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install CJK fonts - uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 # v1.3.0 + uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1 with: packages: fonts-ipafont-mincho execute_install_scripts: true diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 7312bd56..1181277a 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -91,7 +91,7 @@ jobs: git commit -a -m "${{ github.ref_name }}" - name: Push changes - uses: ad-m/github-push-action@29f05e01bb17e6f28228b47437e03a7b69e1f9ef # pin@master + uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # pin@master with: branch: metadata diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4db56a60..da73b593 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0 + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: results_file: results.sarif results_format: sarif |