Skip to content

Commit dab1f07

Browse files
authored
Merge branch 'main' into update-n1console-diff-certs
2 parents 8e890f1 + eda7914 commit dab1f07

File tree

7 files changed

+7
-14
lines changed

7 files changed

+7
-14
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: call-docs-build-push
7777
runs-on: ubuntu-22.04
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
with:
8181
ref: ${{ github.event.workflow_run.head_branch }}
8282
- uses: actions/setup-node@v4

.github/workflows/check-broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-broken-links:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- uses: BoundfoxStudios/action-hugo-link-check@v2.0.3

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.event.repository.fork == false }}
2323
steps:
2424
- name: Checkout Repository
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
2626

2727
- name: Scan
2828
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
2525
with:
2626
ref: ${{ inputs.branch && inputs.branch || github.ref }}
2727

.github/workflows/ossf_scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
checks: read # To detect SAST tools
3030
steps:
3131
- name: Check out the codebase
32-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.0
3333
with:
3434
persist-credentials: false
3535

@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload SARIF results to code scanning
59-
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
59+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
6060
with:
6161
sarif_file: results.sarif

content/nap-waf/v5/configuration-guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ The input policy can also be converted using convert-policy as a CLI tool from w
951951
docker run -it --rm \
952952
-v $(pwd):/policies \
953953
--entrypoint="/opt/app_protect/bin/convert-policy" \
954-
artifactory.f5net.com/f5-waf-docker/nap-x-compiler-image:latest -i test.json -o test.xml
954+
waf-compiler-<version-tag>:custom -i test.json -o test.xml
955955
-i /policies/input_policy.plc \
956956
-o /policies/output_policy \
957957
--full-export

layouts/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ <h3 class="saas-title">NGINX Unit</h3>
189189
</div>
190190
</div>
191191
</div>
192-
<div class="container-fluid col-xl-12" id="community-alert">
193-
<div class="row justify-content-center">
194-
<div class="alert alert-light" role="alert">
195-
<p class="card-title" style="font-weight: 400;">Join the <a href="https://community.nginx.org/joinslack" alt="NGINX Community Slack">NGINX Community Slack</a> to ask and answer questions, discuss NGINX, and share useful advice and resources.</p>
196-
</div>
197-
</div>
198-
</div>
199192
</section>
200193
</div>
201194

0 commit comments

Comments
 (0)