diff --git a/.github/workflows/compare-ds.yaml b/.github/workflows/compare-ds.yaml index cdd317061c7..2b6acbd5bdf 100644 --- a/.github/workflows/compare-ds.yaml +++ b/.github/workflows/compare-ds.yaml @@ -23,7 +23,7 @@ jobs: repository: mildas/content-test-filtering path: ctf - name: Detect content changes in the PR - run: python3 ./ctf/content_test_filtering.py pr --rule --output json ${{ github.event.pull_request.number }} > output.json + run: python3 ./ctf/content_test_filtering.py pr --remote_repo https://github.com/ggbecker/content --rule --output json ${{ github.event.pull_request.number }} > output.json - name: Test if there are no content changes run: echo "::set-output name=CTF_OUTPUT_SIZE::$(stat --printf="%s" output.json)" id: ctf @@ -47,6 +47,7 @@ jobs: if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }} uses: actions/checkout@v2 with: + ref: ${{ github.event.pull_request.head.sha }} clean: false - name: Build product if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }} diff --git a/linux_os/guide/services/ssh/ssh_server/sshd_enable_strictmodes/rule.yml b/linux_os/guide/services/ssh/ssh_server/sshd_enable_strictmodes/rule.yml index 31968bc560a..b22e2046772 100644 --- a/linux_os/guide/services/ssh/ssh_server/sshd_enable_strictmodes/rule.yml +++ b/linux_os/guide/services/ssh/ssh_server/sshd_enable_strictmodes/rule.yml @@ -56,4 +56,4 @@ template: missing_parameter_pass: 'true' parameter: StrictModes rule_id: sshd_enable_strictmodes - value: 'yes' + value: 'no'