-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merges latest changes from main to gold/2021 #1445
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b1aada...4355270) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.24.10 Bump github/codeql-action from 3.24.9 to 3.24.10
Fix for dpex failure caused by addition of nin, nout and types
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…eaceiris/actions-gh-pages-4.0.0 Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4355270...c7f9125) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.1 Bump github/codeql-action from 3.24.10 to 3.25.1
Pin dpcpp-llvm-spirv version
…estirction_workaround Remove dpcpp 2023 restriction workaround
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c7f9125...d39d31e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.3 Bump github/codeql-action from 3.25.1 to 3.25.3
Migrate parfor to SPIRVKernelDispatcher
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@@ -51,7 +51,7 @@ | |||
run: make html | |||
|
|||
- name: GitHub Pages [main] | |||
uses: peaceiris/actions-gh-pages@v3.9.3 | |||
uses: peaceiris/actions-gh-pages@v4.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -64,7 +64,7 @@ | |||
user_email: 'github-actions[bot]@users.noreply.github.com' | |||
|
|||
- name: GitHub Pages [PR] | |||
uses: peaceiris/actions-gh-pages@v3.9.3 | |||
uses: peaceiris/actions-gh-pages@v4.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -88,7 +88,7 @@ | |||
|
|||
- name: Publish release | |||
if: startsWith(github.ref, 'refs/heads/release') | |||
uses: peaceiris/actions-gh-pages@v3.9.3 | |||
uses: peaceiris/actions-gh-pages@v4.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -104,7 +104,7 @@ | |||
|
|||
- name: Publish tag | |||
if: startsWith(github.ref, 'refs/tags/') | |||
uses: peaceiris/actions-gh-pages@v3.9.3 | |||
uses: peaceiris/actions-gh-pages@v4.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
Documentation preview: show. |
Add the mangled_args property to kernel_api types.
Documentation preview removed. |
Updates gold/2021 with latest changes in main since 0.23.0rc1 tag.