Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce
...commit
http://git.netsurf-browser.org/libdom.git/commit/5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce
...tree
http://git.netsurf-browser.org/libdom.git/tree/5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce
The branch, master has been updated
via 5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce (commit)
from cf129d2a0102afee144a315115b831e668c83cd1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libdom.git/commit/?id=5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce
commit 5b7073f9d7e7e78b601d89fc3f9f7c4479bcccce
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
ci: codeql: Update action version to v4
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/static-analysis.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
--
Document Object Model library