Jefffrey commented on code in PR #5160:
URL: https://github.com/apache/arrow-rs/pull/5160#discussion_r1415540561


##########
.github/workflows/audit.yml:
##########
@@ -0,0 +1,44 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: audit
+
+concurrency:
+  group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ 
github.workflow }}
+  cancel-in-progress: true
+
+# trigger for all PRs that touch certain files and changes to master
+on:
+  push:
+    branches:
+      - master

Review Comment:
   Yeah that's fair enough
   
   I went and made some minor updates to descriptions in csv and json crate, 
hope that's fine
   
   Looks like CI check indeed failed to startup, might have to include the 
steps to run cargo audit manually instead of relying on existing action from 
rustsec :thinking: 
   
   ```
   Error: .github#L1
   rustsec/[email protected] is not allowed to be used in apache/arrow-rs. 
Actions in this workflow must be:
   within a repository owned by apache, created by GitHub, verified in the 
GitHub Marketplace, or matching the
   following: */*@[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]+, 
AdoptOpenJDK/install-jdk@*,
   
JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92, 
TobKed/label-when-approved-action@*,
   actions-cool/issues-helper@*, actions-rs/*, 
al-cheb/configure-pagefile-action@*, amannn/action-semantic-pull-request@*,
   apache/*, burrunan/gradle-cache-action@*, 
bytedeco/javacpp-presets/.github/actions/*, chromaui/action@*,
   codecov/codecov-action@*, conda-incubator/setup-miniconda@*, 
container-tools/kind-action@*,
   container-tools/microshift-action@*, dawidd6/action-download-artifact@*, 
delaguardo/setup-graalvm@*,
   docker://jekyll/jekyll:*, docker://pandoc/core:2.9, 
eps1lon/actions-label-merge-conflict@*, 
gaurav-nelson/github-action-markdown-link-check@*,
   gol...
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to