Skip to content

Commit

Permalink
Merge pull request #51 from mimmi20/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…minor-patch-dependencies-47142bbce4

github-actions: bump the minor-patch-dependencies group with 3 updates
  • Loading branch information
mimmi20 committed Dec 16, 2023
2 parents 054ac99 + 8182039 commit 31c9072
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@v2"
uses: "github/codeql-action/init@v3"
with:
languages: "${{ matrix.language }}"
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -70,7 +70,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: "Autobuild"
uses: "github/codeql-action/autobuild@v2"
uses: "github/codeql-action/autobuild@v3"

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -83,6 +83,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@v2"
uses: "github/codeql-action/analyze@v3"
with:
category: "/language:${{matrix.language}}"
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, curl, iconv, mbstring, ctype, dom, intl, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, curl, iconv, mbstring, dom, intl, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.0"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, curl, iconv, mbstring, dom, intl, simplexml, tokenizer, xml, xmlwriter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
action:
runs-on: "ubuntu-22.04"
steps:
- uses: "dessant/reaction-comments@v3"
- uses: "dessant/reaction-comments@v4"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
issue-comment: >
Expand Down

0 comments on commit 31c9072

Please sign in to comment.